home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / FileMaker Pro 4 / Full FM4 Web / employee_database / summary.txt < prev   
Text File  |  1997-09-14  |  5KB  |  2 lines

  1. <!-- This file is intended to be "included" in other format files. It is not complete.See the [FMP-include] tag in files "detail.htm", "formats.htm" and "browse.htm". --><CENTER><!-- Assume that records in the result set are numbered from 1 to [FMP-currentfoundcount](this has nothing to do with FileMaker Pro record IDs). [FMP-rangestart] is the number ofthe first record in the subset being displayed; [FMP-rangeend] of the last record.[FMP-rangesize], of course is the number of records being displayed. --><P>Displaying records [FMP-rangestart] thru [FMP-rangeend] of [FMP-currentfoundcount] records found. ([FMP-rangesize] records displayed).[FMP-if:issorted.eq.true]<BR>    [FMP-CurrentSort]        Sorted by field: [FMP-SortFieldItem]    [/FMP-CurrentSort][/FMP-if]</P><!-- [FMP-linkprevious] is replaced with a hypertext reference with appropriatesearch arguments to return the previous [FMP-rangesize] records. -->         [FMP-linkprevious]<IMG SRC="images/previous.gif" BORDER=0> Previous page of records.[/FMP-linkprevious]<TABLE BORDER="0" CELLSPACING="5" WIDTH="100%">    <TR>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">Last Name</FONT></B>        </TD>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">First Name</FONT></B>        </TD>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">Employee #</FONT></B>        </TD>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">Department</FONT></B>        </TD>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">Hire Date</FONT></B>        </TD>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">Work Ext.</FONT></B>        </TD>        <TD ALIGN=LEFT VALIGN=BOTTOM>            <B><FONT SIZE="-1">Email</FONT></B>        </TD>    </TR>    <!-- The -recid command tag tells the Web Companion to substitute a reference to the    specific record. As in this example, this tag allows you to return a list of records    with hypertext links (as in this example).        The -lay command tag tells the Web Companion which FileMaker Pro layout to use for    retrieving the detailed record data. This tag is optional; if omitted, the Web    Companion uses Layout 0 to retrieve detailed data. Layout 0 is a special virtual    layout from which all fields can be accessed. Since it doesn't really exist, however,    it cannot be used to access layout specific information such as related fields or    value lists assigned to fields. It's more efficient to specify a layout with only    the fields you want. It's also more error-prone, because you must be sure the    specified layout contains all fields needed to format the output.    The -format command tag tells the Web Companion which format file to use for    creating the detailed output record. The file name is not case sensitive, and is    required. If the format file is not in the same directory as the calling page, you    must specify the path relative to the current directory. You cannot specify a path    to a shortcut or an alias of a format file.     The [FMP-field: Field Name] tag tells the Web Companion to substitute a field value     from the current record. Field names are not case sensitive.            Field names may also be used in anchor and image tags using the same syntax. Here are    some examples:            <A HREF="[FMP-field: Your Field Name]">Some text to anchor.</A>                <A HREF="http://[FMP-field: Your Field Name]">Some text to anchor.</A>                <A HREF="mailto:[FMP-field: Email Field Name]">Person's name.</A>                <IMG SRC="[FMP-field: Image Field Name]" BORDER=0>                <IMG SRC="path-to-image/[FMP-field: Image Field Name]" BORDER=0>    Everything between the [FMP-record] and [/FMP-record] tags is repeated for    every record returned from the database search. -->            [FMP-record]        <TR>        <TD ALIGN=LEFT VALIGN=TOP>            <A HREF="[FMP-linkrecid: layout=detail, Format=detail.htm]">[FMP-field: Last Name]</A>        </TD>        <TD ALIGN=LEFT VALIGN=TOP>            [FMP-field:first name]        </TD>        <TD ALIGN=LEFT VALIGN=TOP>            [FMP-field: employee number]        </TD>        <TD ALIGN=LEFT VALIGN=TOP>            [FMP-field: Department]        </TD>        <TD ALIGN=LEFT VALIGN=TOP>            [FMP-field: hire date]        </TD>        <TD ALIGN=LEFT VALIGN=TOP>            [FMP-field: Extension]        </TD>        <TD ALIGN=LEFT VALIGN=TOP>            <A HREF="mailto:[FMP-field: email , raw ]">[FMP-field: email]</A>        </TD>    </TR>    [/FMP-record]</TABLE><!-- [FMP-linknext] is replaced with a hypertext reference with appropriate searcharguments to return the next [FMP-rangesize] records. This allows the user to stepthrough the result set [FMP-rangesize] records at a time. -->         <P>[FMP-linknext]<IMG SRC="images/next.gif" BORDER=0> Next page of records.[/FMP-linknext]</P>
  2.